.swiper-container01 img,.main_news_left img,.case_img img{ width: 100%; height: 100%;}
.swiper-container01>.swiper-pagination01>.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #fff;
    margin: 10px 5px;
    border-radius: 30px;
}
.swiper-container01>.swiper-pagination01>.swiper-pagination-bullet-active {width: 40px}
.swiper-container01>.swiper-button-next,
.swiper-container01>.swiper-button-prev,
.swiper-container02>.swiper-button-next,
.swiper-container02>.swiper-button-prev{
    top: 45%;
    opacity: 0;
    background: rgba(0,0,0,.3);
    width: 50px;
    height: 100px;
    color: #fff;
    text-align: center;
    transition: all .5s;
}
.swiper-container01>.swiper-button-next > .iconfont,
.swiper-container01>.swiper-button-prev > .iconfont,
.swiper-container02>.swiper-button-next > .iconfont,
.swiper-container02>.swiper-button-prev > .iconfont{
	margin: auto;
	font-size: 50px;
}
.swiper-container01>.swiper-button-next,
.swiper-container02>.swiper-button-next{
	right: 20px;
}
.swiper-container01>.swiper-button-prev,
.swiper-container02>.swiper-button-prev{
	left: 20px;
}
.swiper-container01:hover .swiper-button-next,
.swiper-container01:hover .swiper-button-prev,
.swiper-container02:hover .swiper-button-next,
.swiper-container02:hover .swiper-button-prev{
	opacity: 1
}

/*标题*/
.main_title h2{
	font-size: 35px;
	font-weight: bold;
	color: #333;
}
.main_title h2 span{
	display: block;
	padding-top: 5px;
	font-size: 20px;
	color: #666;
}
.main_tile_more{
	display: block;
	border: 1px solid #acacac;
	animation:all 3s linear;
	width: 180px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
.main_tile_more:hover{
	border: 1px solid #000;
}
.main_tile_more img{
	vertical-align: middle;
	animation: quan 3s infinite linear;
}
@keyframes quan{
	0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

/*新闻中心*/
.main_news_left{
	overflow: hidden;
	width: 50%;
}
.swiper-container02>.swiper-pagination02>.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background: #fff;
    margin: 10px 5px;
    border-radius: 30px;
}
.swiper-container02>.swiper-pagination02>.swiper-pagination-bullet-active { background: #DA7701 }
.swiper-container02 .swiper-slide div{
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 15px;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	word-wrap: break-word;
	background: rgba(27, 74, 156, .8);
	color: #fff;
}
.swiper-pagination02{
	bottom: -2px!important;
	text-align: right;
}
.main_news_right{
	width: 47%;
}
.main_tab li{
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	background: #E8E8E8;
}
.news_active,.main_tab li:hover{
	background:#1B4A9C!important ;
	color: #fff!important;
}
.news_list > div{
	display: none;
}
.news_list > div:nth-child(1){
	display: block;
}
.news_list ul li{
    position: relative;
	overflow: hidden;
	padding:4.7% 0;
	box-sizing: border-box;
	width: 100%;
	color: #666;
	transition: all .6s;
	border-bottom: 1px solid #e3e3e3;
}
.news_time{ width: 15%;color: #aab7cd}
.news_time span{
	position: relative;
	display: block;
	padding-bottom: 20px;
	font-size: 23px;
	color: #1b499b;
}
.news_time span::after{
	content: "";
	position: absolute; 
	bottom: 10px;
	left: 0;
	width: 30px;
	height: 2px;
	background: #DA7800;
}
.news_text{ width: 75% }
.news_text h3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	color: #222222;
	font-weight: bold;
}
.news_text div{
	overflow: hidden;
	padding-top: 10px;
	color: #666;
	height: 40px;
}
.news_icon{ margin-left:3%;width: 7%; box-sizing:border-box; transition: all .4s}
.news_icon .iconfont{ font-size: 25px;color: #C3C3C3 }
.news_list li:hover .news_text h3{color: #1b499b;}
.news_list li:hover .news_icon{ padding-left: 10px; }
.news_list li:hover .news_icon .iconfont{ color:#1b499b; }

/*精品案例*/
.case_bg{
	padding-top: 60px;
	padding-bottom: 60px;
	width: 100%;
	background: #F3F3F3;
}
.mian_cases{ position: relative;overflow: hidden; height: 500px;}
.cases_tab{width: 240px; height: 100%}
.cases_list{overflow:hidden;position: relative;height: 100%; width: calc(100% - 240px);}
.cases_con{position: absolute; top: 0; left: 0; visibility: hidden; width: 100%; height: 100%;}
.cases_con:nth-child(1){visibility:visible;}
.case_img{width: calc(100% - 300px);}
.case_text{
	padding: 50px 20px;
	box-sizing: border-box; 
	width: 300px;
	background: #FFF;
}
.case_text h3{color: #1b499b; font-weight: bold;font-size: 16px}
.case_text div{ 
	padding: 20px 0;
	line-height: 30px;
}
.case_text a{
	padding: 10px 40px;
	display: inline-block;
	background: #f2f2f2;
}
.case_text a:hover{ background: #1b499b;color: #fff }
.swiper-container03>.swiper-button-next,
.swiper-container03>.swiper-button-prev{
    top: 90%;
    background: none;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    transition: all .5s;
    border: 1px solid #e4e4e4;
}
.swiper-container03>.swiper-button-next{right: 20px;}
.swiper-container03>.swiper-button-prev{left: 88%;}
.swiper-container03>.swiper-button-next > .iconfont,
.swiper-container03>.swiper-button-prev > .iconfont{
	margin: auto;
	font-size: 40px;
	color: #666
}
.swiper-container03{ height: 100%; }

.cases_tab li{
	padding: 17.1%;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #595757;
	width: 100%;
	background: #e4e4e4;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center
}
.cases_tab li:last-child{ margin-bottom:0; }
.cases_tab li .iconfont{
	margin:0 10%;
	font-size: 35px;
	color: #1b499b;
}
.cases_active,.cases_active .iconfont{ background:#1b499b!important; color: #fff!important}

/*党员建设*/
.build_list{
	padding: 35px;
    border-radius: 15px;
	width: 32%;
    box-sizing: border-box;
    background: #f1f1f1;
}
.build_list i{
	position: absolute;
	top:50%;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #333;
	border-radius: 50%;
	transform: translate(0,-50%);
}
.build_list li{
	position: relative;
	padding: 6px 0;
	/*overflow: hidden;
	text-overflow: ellipsis;*/
	white-space: nowrap;
	font-size: 16px;
}
.build_list li > a{
	display: inline-block;
	margin-left: 12px;
	padding-right: 12px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}
.build_list h2{
	margin-bottom: 6px;
	padding-bottom: 5px;
	position: relative;
	width: 100%;
	border-bottom: 5px solid #e6e6e6;
	font-size: 20px;
	font-weight: bold;
}
.build_list h2::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 120px;
	height: 5px;
	background: #1b499b;
}
.build_list h2 .iconfont{	padding-right: 10px; font-size: 22px; color: #d81e06}
.build_list:nth-child(2) h2 .iconfont{color: #0c96b0}
.build_list:nth-child(3) h2 .iconfont{color: #29b063}
.build_list li:hover a { color: #1b499b }

.tab_text_new {
	position: absolute;
	right: -20px;
	top:50%;
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size:14px;
	text-align: center;
	color: #fff;
	background: #ff455b;
	box-sizing: border-box;
	border-radius: 3px 3px 3px 3px;
	transform: translate(0,-50%);
}

/*媒体查询*/
@media (max-width:1920px) and (min-width:1700px) {
    .main_news_left{ width: 47% }
    .cases_tab{width: 300px;}
    .mian_cases{ height: 590px }
	.cases_list{width: calc(100% - 300px);}
	.case_img{width: calc(100% - 340px);}
	.case_text{width: 340px}
	.cases_tab li{padding: 17.3%;}
	.cases_tab li .iconfont{margin:0 15%;}
	.swiper-container03 .swiper-slide{width: 100%!important;}
}

@media (max-width:991px ) and (min-width:320px){
	.main_news_left,.main_news_right,.cases_tab,.cases_list,.case_img,.case_text,.build_list,.city img,.case_img img{width:100%}
	.main_tile_more,.swiper-container03>.swiper-button-next, .swiper-container03>.swiper-button-prev{display:none;}
	.main_title h2 {font-size: 20px;width: 100%;text-align: center}
	.main_title h2 span {font-size: 14px;}
	.main_news_right{ margin-top: 20px; }
	.news_text h3{ font-size: 16px; }
	.news_text div{ overflow:hidden;height: 40px; }
	.news_time span{ font-size: 17px; }
	.cases_tab{ height: auto }
	.cases_tab li{padding: 5%; width: 24%;}
	.case_bg {padding-top: 20px;padding-bottom: 20px;}
	.cases_tab li .iconfont,.city{ padding:0 ;margin: auto; }
	.case_text {padding: 15px 10px;}
	.build_list{ margin-bottom: 20px; }
	.footer_contact{ margin-top: 20px; }
	.swiper-container01>.swiper-pagination01>.swiper-pagination-bullet {margin: 0px 5px;width: 8px;height: 8px;}
	.swiper-container01>.swiper-pagination01>.swiper-pagination-bullet-active {width: 23px;}
	.mian_cases{ height: 530px }
	.swiper-container03{ height: auto; }
	.cases_tab li:last-child {margin-bottom: 5px;}
	.case_text div{ padding: 10px 0; line-height: 30px; }

}